Properly annotate GtkLayoutManagerClass.create_layout_child()
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 12 Sep 2020 13:31:52 +0000 (14:31 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 12 Sep 2020 13:33:24 +0000 (14:33 +0100)
commit25bcec5cbb6014ed5c88bd1bf75980c2e220aa29
treea882aced61f02590edcbe3c1d05279eaa0fdff41
parenteba5232e35bc17d609e51b49a51ea5702cda3af4
Properly annotate GtkLayoutManagerClass.create_layout_child()

We're missing the ownership transfer rule for the created GtkLayoutChild
instance; this makes the virtual function not introspectable.

Fixes: #3156
gtk/gtklayoutmanager.h